-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump google.golang.org/grpc from 1.58.0 to 1.58.3 #72
Merged
iand
merged 1 commit into
main
from
dependabot/go_modules/google.golang.org/grpc-1.58.3
Oct 26, 2023
Merged
Bump google.golang.org/grpc from 1.58.0 to 1.58.3 #72
iand
merged 1 commit into
main
from
dependabot/go_modules/google.golang.org/grpc-1.58.3
Oct 26, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.58.0...v1.58.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
requested review from
guillaumemichel,
iand and
dennis-tra
as code owners
October 25, 2023 21:22
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 25, 2023
iand
approved these changes
Oct 26, 2023
dettanym
pushed a commit
to dettanym/private-zikade
that referenced
this pull request
Apr 22, 2024
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.58.3</h2> <h1>Security</h1> <ul> <li> <p>server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)</p> <p>In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.</p> </li> </ul> <h2>Release 1.58.2</h2> <h1>Bug Fixes</h1> <ul> <li> <p>balancer/weighted_round_robin: fix ticker leak on update</p> <p>A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.</p> </li> </ul> <h2>Release 1.58.1</h2> <h1>Bug Fixes</h1> <ul> <li>grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams</li> <li>grpc: fix a bug where transports were not being closed upon channel entering IDLE</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/bf05b9558c16677e362d231120f8213eb276d406"><code>bf05b95</code></a> Change version.go to v1.58.3 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6707">#6707</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/c40c9ba315aaaa58eb4dc74ba9d8bbc5058f1dfa"><code>c40c9ba</code></a> server: prohibit more than MaxConcurrentStreams handlers from running at once...</li> <li><a href="https://github.com/grpc/grpc-go/commit/dd9270d663c346b82341f7f51c4cded2bba5a653"><code>dd9270d</code></a> update version to 1.58.3-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6656">#6656</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/c0aa20a8ac825f86edd59b2cab842de6da77a841"><code>c0aa20a</code></a> Change version to 1.58.2 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6654">#6654</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/67a53a6b8939aeecb3039053ed503f1f235bb225"><code>67a53a6</code></a> balancer/weightedroundrobin: fix ticker leak on update (<a href="https://redirect.github.com/grpc/grpc-go/issues/6655">#6655</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/863de7347326bdca22f6084e3ae28e8fa96d01ca"><code>863de73</code></a> update version to 1.58.2-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6633">#6633</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/62726d4336c675cb45b65cded43838a85f1cbc25"><code>62726d4</code></a> update version to 1.58.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6629">#6629</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/fa6d9abecbece2f326e7d91084bf3654bb87a42d"><code>fa6d9ab</code></a> cherry-pick 6610 and 6620 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6627">#6627</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/467fbf2a55aaae1e88ca313a7e0571f88c910cb6"><code>467fbf2</code></a> Change version to 1.58.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6580">#6580</a>)</li> <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.58.0&new-version=1.58.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/plprobelab/zikade/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps google.golang.org/grpc from 1.58.0 to 1.58.3.
Release notes
Sourced from google.golang.org/grpc's releases.
Commits
bf05b95
Change version.go to v1.58.3 (#6707)c40c9ba
server: prohibit more than MaxConcurrentStreams handlers from running at once...dd9270d
update version to 1.58.3-dev (#6656)c0aa20a
Change version to 1.58.2 (#6654)67a53a6
balancer/weightedroundrobin: fix ticker leak on update (#6655)863de73
update version to 1.58.2-dev (#6633)62726d4
update version to 1.58.1 (#6629)fa6d9ab
cherry-pick 6610 and 6620 (#6627)467fbf2
Change version to 1.58.1-dev (#6580)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.